Welcome![Sign In][Sign Up]
Location:
Search - java tcp/ip

Search list

[JSP/Javatcpip

Description: 用java实现的TCP IP协议的网络通信。-Java implementation with TCP IP protocol network.
Platform: | Size: 1024 | Author: 徐林 | Hits:

[JSP/Javasdarticle7

Description: java tcp-ip programming book
Platform: | Size: 147456 | Author: ugur kaya | Hits:

[ICQ-IM-ChatjAVA

Description: 用JAVA构建的聊天程序 由TCP/IP 实现,程序虽简单,但能给初学者一些帮助.-JAVA chat program built with the TCP/IP implementation, the program was simple, but can give some help for beginners.
Platform: | Size: 22528 | Author: 风行天下 | Hits:

[TCP/IP stackWork

Description: 简单的用JAVA封装好的TCP/IP协议实现的一个聊天程序,及时更新在线用户,私聊,群发消息-Packaged with a simple JAVA TCP/IP protocol, a chat program, to update online users, private chat, mass message
Platform: | Size: 454656 | Author: 向李兴 | Hits:

[JSP/JavaMULTIUSERS-TCHAT-TCP-IP

Description: This is a java source code of a multi users chat server
Platform: | Size: 18432 | Author: manoel | Hits:

[JSP/Javajava

Description: 第一个程序是TCP/IP的客户端与服务器端对话,第二个为java与数据库连接。-The first program is a TCP/IP client and server-side conversation, the second for the java and the database connection.
Platform: | Size: 432128 | Author: 白剑 | Hits:

[JSP/JavaDTU-DATACENTER

Description: GPRS DTU数据中心 源代码,实际cdma的也可以用 DTU接受程序使用Java编写,其中,…\WSNserver\src 为源文件,…\WSNserver\bin 为可执行程序。该文件夹下project文件可用eclipse for java 直接打开编译。编译是需要注意的是将java-mysql的类库放置在C:\Program Files\Java\jre6\lib\ext路径下。本程序只用到这一个Java外部类库。 在源文件中,DataReceiver.java 为主程序类,通过该类调用其他子类。 其中:DataReceiver.java 包括主程序main,以及TCP/IP 接收数据的实现。 DataAnalysis.java 对接受的数据按照既定格式进行拆分 DataBase.java 将数据写入Mysql数据库 DataStructure.java 规定数据格式 TwoThread.java 开启多线程功能 post.java 实现向新浪网备份数据 GetIP.java 获取本机固定IP-GPRS DTU data center source code, you can also use the actual cdma DTU to accept the program written in Java, which, ... \ WSNserver \ src for the source file, ... \ WSNserver \ bin for the executable program. The project file folder opened directly available eclipse for java compiler. Compilation is important to note that the library will be java-mysql placed in C: \ Program Files \ Java \ jre6 \ lib \ ext path. This procedure is only used outside this a Java class libraries. In the source file, DataReceiver.java main classes, the class called by other sub-categories. Of which: DataReceiver.java including the main program main, and TCP/IP implementation to receive data. DataAnalysis.java of the received data in accordance with the established format for split DataBase.java to write data to Mysql database DataStructure.java data format requirements TwoThread.java on multithreading post.java Sina backup data to achieve GetIP.java fix
Platform: | Size: 31744 | Author: 刑名 | Hits:

[P2Pp2pchat.2010

Description: p2p chat java tcp/ip
Platform: | Size: 11264 | Author: kapien | Hits:

[TCP/IP stackJava-socket-programming-network

Description: java socket 网络编程,主要基于TCP/IP 以及UDP两种协议的通信方式-Java socket programming network
Platform: | Size: 196608 | Author: fang | Hits:

[Internet-NetworkJava_TCPIP_-Socket_Programming-

Description: 本书是《Java TCP/IP Socket编程原书第2版》,对需要了解Socket编程的人有帮助。-The book " Java TCP/IP Socket Programming, Second Edition" , people need to know Socket programming.
Platform: | Size: 7016448 | Author: 王杰 | Hits:

[JSPJava_TCPIP_Socket

Description: java TCP/IP Socket 让你更好的了解java 中怎么使用 Socket 编程。-java TCP/IP Socket let you how to use the Socket better understanding of java programming.
Platform: | Size: 1674240 | Author: zhoufeng | Hits:

[JSP/JavaJava-Socket

Description: 多个TCP连接或多个应用程序进程可能需要通过同一个 TCP协议端口传输数据。为了区别不同的应用程序进程和连接,许多计算机操作系统为应用程序与TCP/IP协议交互提供了称为套接字(Socket)的接口。-Multiple TCP connections or multiple application processes may need to pass the same TCP protocol port to transfer data. In order to distinguish between application processes and connectivity, many computer operating system for the application with the TCP/IP protocol interaction provides an interface called socket (Socket).
Platform: | Size: 84992 | Author: 孟帆 | Hits:

[JSP/JavaJava_TCPIP_Socket

Description: 主要讲解实现基于JAVA的TCP IP的编程的各种方法,并且提供实例参考-Mainly to explain the various methods JAVA TCP IP-based programming, and provide examples of reference
Platform: | Size: 1685504 | Author: 陈晓磊 | Hits:

[Multimedia Developjava

Description: Internet作为传输媒介的一个应用系统,WWW网上最基本的传输单位是Web网页。WWW的工作基于客户机/服务器计算模型,由Web 浏览器(客户机)和Web服务器(服务器)构成,两者之间采用超文本传送协议(HTTP)进行通信。HTTP协议是基于TCP/IP协议之上的协议,是Web浏览器和Web服务器之间的应用层协议,是通用的、无状态的、面向对象的协议。HTTP协议的作用原理包括四个步骤:-WWW Internet as a transmission medium is an application system, WWW Internet transmission unit is the basic Web page. WWW' s work is based on client/server computing model, by the Web browser (client) and Web server (server) constituted between the two using the Hypertext Transfer Protocol (HTTP) for communication. HTTP protocol is based on TCP/IP protocol on top of the protocol, the Web browser and a Web server application layer protocol that is generic, stateless, object-oriented protocol. The role of the HTTP protocol principle consists of four steps:
Platform: | Size: 4096 | Author: jhon | Hits:

[JSPJava.Network.Programming(4th)

Description: Java网络编程, 第四版文字版的, 很清晰, 包含pdf和epub-This practical guide provides a complete introduction to developing network programs with Java. You’ll learn how to use Java’s network class library to quickly and easily accomplish common networking tasks such as writing multithreaded servers, encrypting communications, broadcasting to the local network, and posting data to server-side programs. Author Elliotte Rusty Harold provides complete working programs to illustrate the methods and classes he describes. This thoroughly revised fourth edition covers REST, SPDY, asynchronous I/O, and many other recent technologies. Explore protocols that underlie the Internet, such as TCP/IP and UDP/IP Learn how Java’s core I/O API handles network input and output Discover how the InetAddress class helps Java programs interact with DNS Locate, identify, and download network resources with Java’s URI and URL classes Dive deep into the HTTP protocol, including REST, HTTP headers, and cookies Write servers and network clients, using Java’s
Platform: | Size: 12024832 | Author: wudb | Hits:

[JSP/JavaJava-SSL

Description: SSL协议位于TCP/IP协议与各种应用层协议之间,为数据通讯提供安全支持的java代码-Between SSL protocol in the TCP/IP protocol and application layer protocol, provides safety support for data communication.
Platform: | Size: 14336 | Author: sadasd | Hits:

[JSPJava_TCP-IP_Socket

Description: Java——tcp/ip socket编程开发,适合网络编程的开发-Java--tcp/ip socket programming development, for the development of network programming
Platform: | Size: 7016448 | Author: 郑瑞 | Hits:

[ICQ-IM-Chatjava

Description: 本程序是基于TCP/IP协议的局域网聊天工具,采用的C/S模式-WAN chat
Platform: | Size: 585728 | Author: 陶伟锋 | Hits:

[JSP/Javajava-cs-chat

Description: java cs版聊天室,可修改成bs版,采用socket接收发送数据,使用tcp/ip协议,实时聊天,下线刷新等功能-java cs chat
Platform: | Size: 33792 | Author: 阿什顿 | Hits:

[OtherTCP-IP

Description: socket programming in java
Platform: | Size: 911360 | Author: Viet | Hits:
« 1 2 3 4 5 67 8 9 10 11 12 13 »

CodeBus www.codebus.net